records

records

Active filters Clear all

No active filters

Filters

Ensemble des plans du réseau

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Plan
               

No description available for this field.

Name (identifier)
file
Type
file
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"ensemble-des-plans-du-reseau",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ensemble-des-plans-du-reseau"
      }
    ]
    ,
  • "definitions":
    {
    • "ensemble-des-plans-du-reseau":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ensemble-des-plans-du-reseau_records"
            }
          }
        }
      }
      ,
    • "ensemble-des-plans-du-reseau_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "file":
              {
              • "type":"string",
              • "title":"Plan",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets